No -W by default. A ccidentally commited on 2/28.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 6 Mar 2006 22:12:57 +0000 (22:12 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 6 Mar 2006 22:12:57 +0000 (22:12 +0000)
gpsbabel/Makefile

index e063534933cf50326cd3496ed26ae9d0676adf77..8c4a865e92bf1d7d4f480aa4de56063cf3c7da1e 100644 (file)
@@ -30,7 +30,7 @@ OUTPUT_SWITCH=-o #
 #
 # Enable either or both of these as you wish.
 #
-OPTIMIZATION=-O -W $(EXTRA_OPTIMIZATION)
+OPTIMIZATION=-O $(EXTRA_OPTIMIZATION)
 DEBUGGING=-g $(EXTRA_DEBUGGING)
 # add -DDEBUG_MEM to turn on memory allocation logging
 CFLAGS=$(EXTRA_CFLAGS) $(DEBUGGING) -Icoldsync $(INHIBIT_EXPAT) $(INHIBIT_USB) $(OPTIMIZATION)